testing.B.importPath (field)

8 uses

	testing (current package)
		benchmark.go#L96: 	importPath       string // import path of the package containing the benchmark
		benchmark.go#L267: 		if b.importPath != "" {
		benchmark.go#L268: 			fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
		benchmark.go#L547: 		importPath: importPath,
		benchmark.go#L650: 		importPath: b.importPath,
		benchmark.go#L665: 			if b.importPath != "" {
		benchmark.go#L666: 				fmt.Printf("pkg: %s\n", b.importPath)